home *** CD-ROM | disk | FTP | other *** search
- shader()
- {
- cull("none")
- sortweight("sprite")
-
- pass()
- {
- pixelshader("Tiles.psh")
- tmu()
- {
- texture()
- {
- mapchannel(0)
- usermap(0)
-
- addressfunc("clamp", "clamp", "clamp")
- filtering("linear_no_mip")
- }
- }
- TFactor(1, 1, 1, 1)
- colorgen("tfactor", "none", 0, 0, 0, "sin", 0.007, 0.3, 0.006)
- depthfunc("always", 0)
- nofog()
- }
- }
-
-